home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / compiler / consts.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  630b  |  22 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. OP_ASSIGN = 'OP_ASSIGN'
  5. OP_DELETE = 'OP_DELETE'
  6. OP_APPLY = 'OP_APPLY'
  7. SC_LOCAL = 1
  8. SC_GLOBAL = 2
  9. SC_FREE = 3
  10. SC_CELL = 4
  11. SC_UNKNOWN = 5
  12. CO_OPTIMIZED = 1
  13. CO_NEWLOCALS = 2
  14. CO_VARARGS = 4
  15. CO_VARKEYWORDS = 8
  16. CO_NESTED = 16
  17. CO_GENERATOR = 32
  18. CO_GENERATOR_ALLOWED = 0
  19. CO_FUTURE_DIVISION = 8192
  20. CO_FUTURE_ABSIMPORT = 16384
  21. CO_FUTURE_WITH_STATEMENT = 32768
  22.